home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #10 / K-CD_2002-10.iso / Serious Sam II / Scripts / Dedicated / DefaultCoop / init.ini < prev   
Text File  |  2001-10-26  |  891b  |  15 lines

  1. // this adjusts initial parameters that will be used for this server
  2.  
  3. net_iPort = 25600;              // port to run on - change if you want to run more servers on one computer
  4. gam_iStartMode = 0;             // game mode (0=coop, 1=scorematch, 2=fragmatch)
  5. gam_ctMaxPlayers = 8;           // max number of players accepted
  6. gam_bWaitAllPlayers = 0;        // set this to wait for all players to join
  7. gam_iCredits = -1;              // number of credits for respawning (-1=infinite)
  8. gam_bWeaponsStay = 1;           // weapons stay on/off
  9. gam_iStartDifficulty = 1;       // difficulty (-1=tourist, 0=easy, 1=normal, 2=hard, 3=serious)
  10.  
  11. gam_strSessionName = "Dedicated Coop Game";
  12. ded_strLevel = "Levels\\LevelsMP\\1_1_Palenque.wld";  // level to start
  13. ded_tmTimeout = 60;     // timeout after the game is finished
  14. ser_bWaitFirstPlayer = 1;   // wait until first player is joined
  15.